This directory contains the C++ code examples from the book Programming in an Object-Oriented Environment, by Raimund K. Ege Academic Press, Inc., San Diego, CA, 1992, hardcover, ISBN 0-12-232930-9 (also: Academic Press Limited, London, United Kingdom) To order call 1-800-321-5068. It presents a complete and thorough introduction to all object-oriented concepts, and uses the newest version of C++. It contains a large example/case study, and a comparison of major OO programming languages. In addition, the book extends the object-oriented view to all elements of the programming environment: data structures and algorithms, programming tools, user interfaces, data bases and software design. All concepts are illustrated with hands-on programming examples in C++. The C++ code examples are provided here in subdirectories named according to the book chapters in which the code appears. To install and test the programs edit the config.h file in this directory and select which C++ compiler you want to use. Then use "make" to compile all of it.